Northwoods.GoSilverlight 2.2.4 Assembly
GetIsGroupForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetIsGroupForNode Method

nodedata

Glossary Item Box

This predicate is true if a given node data may be a group (i.e. a container) of other nodes.

Syntax

Visual Basic (Declaration) 
Public Function GetIsGroupForNode( _
   ByVal nodedata As NodeType _
) As Boolean
C# 
public bool GetIsGroupForNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This is used for model navigation and graph traversal.

This model assumes that the value will never change.

Requirements

See Also

© 2017 All Rights Reserved.